* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
  }

  @font-face {
    font-family: "VNEFont2";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/vne1.woff") format("woff");
  }
  
  @font-face {
    font-family: "VNEFont1";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/vne.woff") format("woff");
  }

body {
    font-size: 18px;
    color: #555555;
    line-height: 30px;
    font-weight: 400;
    background: #ffffff;
    font-family: "VNEFont2", sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
  }

a {
    font-family: "VNEFont2", sans-serif;
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
  }

a:hover {
    text-decoration: none;
    outline: none;
  }

input,
  button,
  select,
  textarea {
    font-family: "VNEFont2", sans-serif;
    font-weight: 400;
    font-size: 15px;
    background: transparent;
  }

::-webkit-input-placeholder {
    color: inherit;
  }

::-moz-input-placeholder {
    color: inherit;
  }

::-ms-input-placeholder {
    color: inherit;
  }

ul,
  li {
    list-style: none;
    padding: 0px;
    margin: 0px;
  }

input {
    transition: all 500ms ease;
  }

button:focus,
  input:focus,
  textarea:focus {
    outline: none;
    box-shadow: none;
    transition: all 500ms ease;
  }

p {
    position: relative;
    font-family: "VNEFont1", sans-serif;
    color: #555555;
    font-weight: 400;
    margin: 0px;
    transition: all 500ms ease;
  }

h2,
  h3,
  h4 {
    position: relative;
    font-family: "VNEFont2", sans-serif;
    font-weight: 400;
    color: #222222;
    margin: 0px;
    transition: all 500ms ease;
  }

.pull-left {
    float: left;
  }

.pull-right {
    float: right;
  }

figure {
    margin: 0px;
  }

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
  }

.scroll-top.style-two {
    width: 55px;
    height: 55px;
    line-height: 55px;
    position: fixed;
    bottom: 105%;
    right: 50px;
    font-size: 18px;
    border: 1px solid #ffffff;
    z-index: 99;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transition: 1s ease;
  }

.main-header {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: #015531;
  }

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
  }

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    background: #005430;
  }

.sticky-logo {
    position: relative;
    display: inline-block;
    padding: 15px 0px;
  }

.sticky-header .main-menu .navigation > li {
    padding: 26px 0px !important;
  }

.navigation > li > a.active {
    color: #ffc107 !important;
  }

.navigation .menu-title.active {
    color: #ffc107 !important;
}

.main-menu {
    float: left;
  }

.main-menu .navbar-collapse {
    padding: 0px;
    margin-right: 8em;
    display: block !important;
  }

.main-menu .navigation {
    margin: 0px;
  }

.main-menu .navigation > li {
    position: inherit;
    float: left;
    z-index: 2;
    padding: 9px 0px;
    margin: 0px 6px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }

.main-menu .navigation > li:last-child {
    margin-right: 0px !important;
  }

.main-menu .navigation > li:first-child {
    margin-left: 0px !important;
  }

.main-menu .navigation > li > a,
  .main-menu .navigation > li > span {
    position: relative;
    display: block;
    text-align: center;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    cursor: pointer;
    opacity: 1;
    color: #fff;
    padding-right: 17px;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }

.main-menu .navigation > li.current > a,
  .main-menu .navigation > li:hover > a {
  }

.main-menu .navigation > li > ul {
    position: absolute;
    left: inherit;
    top: 100%;
    width: 256px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0px;
    padding-bottom: 15px;
    filter: alpha(opacity=0);
    background: #fff;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -webkit-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%),
      -2px 0px 5px 1px rgb(0 0 0 / 5%);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
      -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
      -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
      -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%), -2px 0px 5px 1px rgb(0 0 0 / 5%);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    padding: 0px 25px;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
    transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

.main-menu .navigation > li > ul > li:hover {
    background: #12573a;
  }

.main-menu .navigation > li > ul > li:hover a {
    color: #fff !important;
  }

.main-menu .navigation > li:hover > ul > li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

.main-menu .navigation > li > ul > li:last-child {
    border-bottom: none;
  }

.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 7px 0px;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    color: #222;
    text-align: left;
  }

.main-menu .navigation > li > ul > li > a:hover {
  }

.main-menu .navigation > li > ul > li:last-child > a {
    border-bottom: none;
  }

.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 100%;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }

  .main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: -32px;
    top: 66px;
    width: 34px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #3b3b3b;
    cursor: pointer;
    display: none;
    z-index: 5;
    transition: all 500ms ease;
  }

.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none;
  }

.menu-area .mobile-nav-toggler .icon-bar {
    position: relative;
    height: 2px;
    width: 30px;
    display: block;
    margin-bottom: 5px;
    background-color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }

.menu-area .mobile-nav-toggler .icon-bar:last-child {
    margin-bottom: 0px;
  }

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none;
  }

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    transition: all 900ms ease;
  }

.mobile-menu .navbar-collapse {
    display: block !important;
  }

.mobile-menu-visible {
    overflow: hidden;
  }

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
  }

.mobile-menu .nav-logo {
    position: relative;
    padding: 50px 25px;
    text-align: left;
    padding-bottom: 100px;
  }

.mobile-menu .menu-backdrop {
    position: fixed;
    left: 0%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 900ms ease;
    background-color: #000;
  }

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.7;
    visibility: visible;
    right: 100%;
    -webkit-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
  }

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #061a3a;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 900ms ease !important;
  }

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

.mobile-menu .close-btn {
    position: absolute;
    right: 25px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
  }

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
  }

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

.mobile-menu .navigation li > ul > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }

.mobile-menu .navigation li ul li > a {
    font-size: 16px;
    margin-left: 20px;
    text-transform: capitalize;
  }

.mobile-menu .navigation li > a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    border-left: 5px solid #fff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }

.mobile-menu .navigation li.current > a:before {
    height: 100%;
  }

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
  }

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    color: #ffffff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu {
  display: none;
}

.mobile-menu .social-links {
    position: relative;
    padding: 0px 25px;
  }

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
  }

.auto-container-1600 {
    position: static;
    max-width: 1600px;
    padding: 0px 15px;
    margin: 0 auto;
  }

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
  }

.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 7px 0px;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    color: #222;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
  }

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #12573a;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 900ms ease !important;
  }

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 10px 10px;
  }

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  .mobile-menu .navigation li > a, .mobile-menu .navigation li > span {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

div#mCSB_1_container {
    top: 0px !important;
  }

.mobile-menu .social-links li a:hover {
  }

.mobile-menu .contact-info {
    position: relative;
    padding: 120px 30px 20px 30px;
  }

.mobile-menu .contact-info h4 {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
  }

.mobile-menu .contact-info ul li {
    position: relative;
    display: block;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 3px;
  }

.mobile-menu .contact-info ul li a {
    color: rgba(255, 255, 255, 0.8);
  }

.mobile-menu .contact-info ul li a:hover {
  }

.mobile-menu .contact-info ul li:last-child {
    margin-bottom: 0px;
  }

.main-header .outer-box {
    position: relative;
  }

h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.main-footer {
    position: relative;
  }

.main-footer .social-links li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
  }

.main-footer .social-links li:last-child {
    margin: 0px !important;
  }

.main-footer .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #c0bfc1;
    border-radius: 50%;
    text-align: center;
  }

.main-footer .social-links li a:hover {
  }

.footer-bottom {
    position: relative;
    width: 100%;
    background: #300061;
    padding: 22px 0px;
  }

.footer-bottom p,
  .footer-bottom a {
    font-size: 12px;
    line-height: 30px;
    color: #fff;
  }

.footer-bottom a:hover {
  }

.qr-code {
    margin-top: 20px;
    border: 3px solid white;
    width: 8.688rem;
    height: 8.688rem !important;
    position: relative;
    bottom: 15px;
    left: 114px;
    border-radius: 10px;
  }

.footer-top-two {
    position: relative;
    padding: 122px 0px 108px 0px;
  }

.footer-top-two .widget-title {
    position: relative;
    display: block;
    margin-bottom: 15px;
  }

.footer-top-two .widget-title h3 {
    color: #ffffff;
  }

.main-header .search-box-btn {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
    transition: all 500ms ease;
  }

.main-header .search-box-btn:hover {
  }

.main-header .search-box-outer .dropdown-menu {
    top: 55px !important;
    padding: 0px;
    width: 330px;
    border-radius: 0px;
    background: #9c3234;
    right: 0;
    left: auto !important;
    transform: translate3d(0px, 0px, 0px) scale3d(0.8, 0.8, 0.8) !important;
    border-color: transparent;
    border-radius: 3px;
    transition: 0.5s ease;
    display: block;
    opacity: 0;
    visibility: hidden;
  }

.main-header .search-panel .form-container {
    padding: 1px;
  }

.main-header .search-panel .form-group {
    position: relative;
    margin: 0px;
  }

.main-header .search-panel input[type="search"] {
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 9px 50px 9px 15px;
    height: 50px;
    border: 1px solid #f3f5fe;
    border-radius: 3px;
    background: #f3f5fe;
  }

.main-header .search-panel input:focus {
    border-color: #f3f5fe;
  }

.main-header .search-panel .search-btn {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 50px;
    height: 48px;
    text-align: center;
    color: #111111;
    background: #f3f5fe;
    font-size: 14px;
    border-radius: 0px 3px 3px 0px;
    cursor: pointer;
  }

.header-style-five .header-lower .logo-box {
    position: relative;
    padding: 24px 0px 15px 0px;
  }

.header-style-five .header-lower .main-menu .navigation > li {
    padding: 38px 0px 22px 0px;
  }

.header-style-five .header-lower .main-menu .navigation > li > a {
    color: #fff;
    font-weight: 500;
  }

.header-style-five .header-lower {
    position: relative;
    display: block;
  }

.header-style-five .header-lower .nav-right-content {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0px;
    right: 0px;
    padding: 25px 25px 5px 0px;
  }

.header-style-five .header-lower .nav-right-content .support-box {
    position: relative;
    margin-right: 30px;
    padding-left: 35px;
  }

.header-style-five .header-lower .nav-right-content .support-box a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
  }

.header-style-five .header-lower .nav-right-content .search-box-btn {
    background: #ffffff;
    color: #222;
  }

.header-style-five .header-lower .nav-right-content .search-box-btn:hover {
    color: #ffffff;
  }

.header-style-five .header-lower .nav-right-content .support-box a:hover {
  }

.header-style-five .main-menu .navigation > li > ul > li > a:hover {
  }

.row.clearfix {
    display: flex;
    flex-wrap: wrap; /* Đảm bảo rằng các phần tử có thể xuống hàng khi cần thiết */
    justify-content: space-between; /* Đảm bảo các khối được phân phối đều */
  }

.pricing-block-one .pricing-table .overlay-content .list li:last-chld {
    border-bottom: none;
  }

.footer-style-six {
    position: relative;
  }

.footer-style-six .footer-top-two .contact-widget .info-list li {
    position: relative;
    display: block;
    margin-bottom: 17px;
  }

.footer-style-six .footer-top-two .contact-widget .info-list li:last-child {
    margin-bottom: 0px;
  }

.footer-style-six .footer-top-two .contact-widget .info-list li p {
    position: relative;
    display: block;
    font-size: 16px;
    color: #ffffff;
    margin-left: 30px;
  }

.footer-style-six .footer-top-two .contact-widget .info-list li p a {
    display: inline-block;
    color: #ffffff;
  }

.footer-style-six .footer-top-two .contact-widget .info-list li p a:hover {
  }

.footer-style-six .footer-top-two .subscribe-widget .text {
    position: relative;
    display: block;
    margin-bottom: 5px;
  }

.footer-style-six .footer-top-two .subscribe-widget .text p {
    font-size: 16px;
    color: #ffffff;
  }

.footer-style-six .footer-top-two {
    padding: 40px 0px 6px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }

.footer-style-six .footer-bottom {
    background: transparent;
    padding: 27px 0px;
  }

.footer-style-six .footer-bottom .bottom-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

.footer-style-six .footer-bottom a:hover {
  }

.footer-style-six .social-links li a:hover {
    color: #fff;
  }

.sidebar-page-container {
    position: relative;
    padding: 6px 0px 41px 0px;
  }

.blog-sidebar {
    position: relative;
    display: block;
    max-width: 370px;
    margin-top: 0px;
    margin-bottom: 67px;
  }

.blog-details-content {
    position: relative;
    display: block;
  }

.blog-details-content .inner-box .lower-content {
    position: relative;
    display: block;
    background-color: #ffffff;
    margin: -40px 20px 0px 20px;
   */
  }

.blog-details-content .inner-box .lower-content .post-date {
    position: absolute;
    left: 0px;
    top: -30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0px 15px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 5px 5px 0px 0px;
  }

.blog-details-content .inner-box .lower-content .post-info {
    position: relative;
    display: block;
    margin-bottom: 5px;
  }

.blog-details-content .inner-box .lower-content .post-info li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #555;
    margin-right: 13px;
  }

.blog-details-content .inner-box .lower-content .post-info li:last-child {
    margin: 0px !important;
  }

.blog-details-content .inner-box .lower-content .post-info li a {
    display: inline-block;
    color: #555;
  }

.blog-details-content .inner-box .lower-content .post-info li a:hover {
  }

.blog-details-content .inner-box .lower-content .post-info li i {
    margin-right: 10px;
  }

.blog-details-content .inner-box .lower-content h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 50px;
    color: #222;
    font-weight: 600;
    margin-bottom: 17px;
  }

.blog-details-content .inner-box .lower-content p {
    font-size: 16px;
    text-align: justify;
  }

.blog-details-content .inner-box .lower-content .text h3 {
    margin-bottom: 20px;
  }

.contact-form-group {
    margin-bottom: 20px;
  }

.contact-form-input,
  .contact-form-select,
  .contact-form-textarea {
    width: 100%;
    padding: 5px;
    border: 2px solid #fff;
    border-radius: 4px;
    font-size: 16px;
    background: #fff;
    color: #222;
  }

.contact-form-input:focus,
  .contact-form-select:focus,
  .contact-form-textarea:focus {
    border-color: #12573a; /* Viền khi focus */
    outline: none;
  }

.input-group {
    display: flex;
    justify-content: space-between; /* Tạo khoảng cách giữa các trường */
    margin-bottom: 20px;
  }

.input-group-item {
    width: 48%; /* Mỗi trường chiếm 48% chiều rộng */
  }

.contact-form-input {
    width: 100%; /* Chiếm toàn bộ chiều rộng của phần tử cha */
    padding: 5px;
    border: 2px solid #fff;
    border-radius: 4px;
    font-size: 16px;
    background: #fff;
  }

.contact-form-input:focus {
    border-color: #12573a; /* Viền khi focus */
    outline: none;
  }

.footer-style-six .widget-content .info-list li i {
    position: absolute;
    left: 0px;
    top: 1px;
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
  }

.contact-widget {
    margin-top: 10px;
  }

#title_payment {
    font-family: "VNEFont2", sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #f6c744;
    margin-bottom: 20px;
  }

.payment-methods img {
    width: auto;
    height: 40px;
    margin: 0 8px;
    transition: transform 0.3s ease;
    border-radius: 6px;
    padding: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    background-color: white;
  }

.payment-methods {
    position: relative;
    left: 16px;
    top: 20px;
  }

.contact-form-btn {
    background-color: #9c3234;
    color: white;
    width: 100%;
    padding: 12px 0px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    transition: transform 0.5s ease;
  }

.contact-form-btn:hover {
    transform: scale(1.01);
  }

#cert_title {
    font-family: "VNEFont2", sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #f6c744;
    margin-bottom: 20px;
  }

.cert_badges {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0.9375rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-left: 0;
    scrollbar-width: none;
  }

.cert_badge {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
  }

.cert_badge img {
    height: 3.75rem;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    border-radius: 6px;
  }

.certification {
    margin-left: 16.5rem;
    top: 20px;
    position: relative;
  }

.list-footer li {
    padding: 0 0 10px 0;
  }

.text-format {
    text-align: center;
  }

ul.custom-block-list li {
    list-style-type: disc;
    margin-left: 40px;
  }

em {
    font-size: 16px;
    font-family: sans-serif;
  }

.heading-secondary {
    color: #9c3234;
  }

.lower-content h3.heading-secondary {
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: #2a2a2a;
    border-left: 4px solid #9c3234;
    padding-left: 12px;
  }

.lower-content p.paragraph {
    font-size: 1rem;
    margin-bottom: 1.2rem;
    color: #444;
  }

.lower-content strong {
    font-weight: 700;
    color: #000;
  }

.lower-content ul.custom-block-list {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 1.5rem;
    color: #444;
  }

.lower-content li.list-item {
    margin-bottom: 0.6rem;
    line-height: 1.4;
  }

.lower-content .image-block {
    margin: 2rem 0;
  }

.lower-content .image-block figure {
    margin: 0;
  }

.lower-content .image-block img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
  }

.lower-content .image-block figcaption {
    font-style: italic;
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.5rem;
    text-align: center;
  }

.menu-toggle > ul {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    background: white !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    border: 1px solid #ccc !important;
    min-width: 45px !important;
    z-index: 1000 !important;
    list-style-type: none !important;
  }

.menu-toggle > ul > li {
    padding: 0px 1px !important;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none !important;
  }

.menu-toggle > ul > li:hover {
    transform: scale(1.1) !important;
  }

.menu-toggle {
    position: relative !important;
    display: inline-block !important;
    right: 20px;
  }

.main-menu .navigation > li.menu-toggle:hover > ul {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 100%;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }

.main-menu .navigation > li.menu-toggle > ul {
    position: absolute;
    left: inherit;
    top: 100%;
    width: 0px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0px;
    padding-bottom: 15px;
    filter: alpha(opacity=0);
    background: #fff;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -webkit-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%),
      -2px 0px 5px 1px rgb(0 0 0 / 5%);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
      -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
      -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
      -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%), -2px 0px 5px 1px rgb(0 0 0 / 5%);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

.online-support {
    position: fixed;
    right: 50px;
    bottom: 165px;
    z-index: 99;
  }

.zalo-button,
  .phone-button,
  .chatbot-button,
  .message-button {
    width: 48px;
    height: 48px;
    background: #9c3234;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 14px;
    cursor: pointer;
  }

#chatbot-toggler {
    position: fixed;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    background: #9c3234;
    transition: all 0.2 ease;
  }

#chatbot-toggler span {
    color: #fff;
    position: absolute;
  }

#chatbot-toggler span:last-child {
    opacity: 0;
  }

.chatbot-popup {
    position: fixed;
    right: 35px;
    bottom: 90px;
    opacity: 0;
    pointer-events: none;
    width: 350px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 0 128px 0 rgba(0, 0, 0, 0.5),
      0 32px 64px -48px rgba(0, 0, 0, 0.5);
    transition: all 0.1s ease;
    transform: scale(0.2);
    transform-origin: bottom right;
    z-index: 9999;
  }

.chat-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #015531;
    padding: 15px 22px;
  }

.chat-header .header-info {
    display: flex;
    align-items: center;
    gap: 10px;
  }

.header-info .chatbot-logo {
    height: 45px;
    width: 45px;
    background: #fff;
    border-radius: 50%;
    padding: 6px;
    fill: #9c3234;
    flex-shrink: 0;
  }

.header-info .logo-text {
    color: #fff;
    font-size: 1.31rem;
    font-size: 600;
  }

.chat-header #close-chatbot {
    border: none;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 1.9rem;
    margin-right: -10px;
    padding-top: 2px;
    cursor: pointer;
    border-radius: 50%;
    transition: 0.2s ease;
  }

.chat-header #close-chatbot:hover {
    background: #9c3234;
  }

.chat-body {
    padding: 25px 22px;
    display: flex;
    gap: 20px;
    height: 360px;
    margin-bottom: 82px;
    overflow-y: auto;
    flex-direction: column;
  }

.chat-body .message {
    display: flex;
    gap: 11px;
    align-items: center;
  }

.chat-body .bot-message .bot-avatar {
    height: 35px;
    width: 35px;
    background: #9c3234;
    border-radius: 50%;
    padding: 6px;
    fill: #fff;
    align-self: flex-end;
    margin-bottom: 2px;
    flex-shrink: 0;
  }

.chat-body .message .message-text {
    padding: 12px 16px;
    max-width: 75%;
    font-size: 0.95rem;
  }

.chat-body .bot-message .message-text {
    background: #f2f2ff;
    border-radius: 13px 13px 13px 3px;
  }

.chat-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #fff;
    padding: 15px 22px 20px;
  }

.chat-footer .chat-form {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 32px;
    outline: 1px solid #cccce5;
  }

.chat-footer .chat-form:focus-within {
    outline: 2px solid #9c3234;
  }

.chat-form .message-input {
    border: none;
    outline: none;
    height: 47px;
    width: 100%;
    font-size: 0.95rem;
    padding: 10px 0 6px 18px;
    border-radius: inherit;
    resize: none;
    overflow-y: hidden;
  }

.chat-form .chat-controls {
    display: flex;
    height: 47px;
    align-items: center;
    align-self: flex-end;
    padding-right: 6px;
    gap: 3px;
  }

.chat-form .chat-controls button {
    height: 35px;
    width: 35px;
    border: none;
    cursor: pointer;
    color: #706db0;
    background-color: none;
    border-radius: 50%;
    font-size: 1.15rem;
    transition: 0.2s ease;
  }

.chat-form .chat-controls #send-message {
    color: #fff;
    background: #5350c4;
    display: none;
  }

.chat-form .message-input:valid ~ .chat-controls #send-message {
    display: block;
  }

.chat-form .chat-controls #send-message:hover {
    background: #9c3234;
  }

.chat-form .chat-controls button:hover {
    background-color: #f1f1ff;
  }

.luuy-item:hover .luuy-img #1._Toc_do {
    background-color: #000 !important;
  }

.table-content-section {
    top: 100px;
    width: 270px;
    max-height: calc(100vh - 30px);
    overflow-y: auto;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    z-index: 9999;
    right: 0;
  }

.table-content-section::-webkit-scrollbar {
    width: 6px;
  }

.table-content-section::-webkit-scrollbar-thumb {
    background-color: rgba(156, 50, 52, 0.6);
    border-radius: 3px;
  }

.table-content-section::-webkit-scrollbar-track {
    background-color: transparent;
  }

.box-table-nav {
    display: flex;
    flex-direction: column;
  }

.table-content-nav.active {
    display: block;
}

.title-table-navigation {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    color: #222;
    padding: 8px 12px;
    border-bottom: 1px solid #eee;
    position: relative;
  }

.title-table-navigation svg {
    fill: #9c3234;
  }

.icon-expand {
    margin-left: auto;
    font-size: 20px;
    font-weight: 700;
    color: #555;
    user-select: none;
    transition: transform 0.3s ease;
  }

.table-content-nav {
    max-height: 400px;
    overflow-y: auto;
    display: none;
  }

.table-content-list {
    list-style: none;
    margin: 0;
    box-sizing: border-box;
  }

.table-content-list > li {
    counter-increment: capitolo;
    font-size: 15px;
    margin-bottom: 0px;
    display: flex;
    gap: 8px;
    align-items: flex-start;
    position: relative;
    padding: 11px 10px;
  }

.table-content-list > li::before {
    content: counter(capitolo) ".";
    font-weight: 600;
    flex-shrink: 0;
    padding-right: 6px;
    color: #9c3234 !important;
  }

.table-content-list li a {
    color: #222 !important;
  }

.table-content-list li a:hover {
    color: #9c3234 !important;
  }

.table-content-list > li:hover {
    background-color: #ccc;
    color: #9c3234 !important;
    cursor: pointer;
  }

.footer_title {
    color: #fff;
    text-align: justify;
  }

.footerbg {
    background-color: #12573a;
    padding: 40px 0 40px 0;
    color: #fff;
    width: 100%;
    border-top: 1px solid #ccc;
    margin-top: 40px;
  }

.footer-logo {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }

.footer-logo img {
    max-width: 200px;
    height: auto;
  }

.product-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }

.product-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
  }

.product-card:hover {
    transform: translateY(-5px);
  }

.product-info {
    padding: 0px 50px;
  }

.product-name {
    text-align: center;
  }

.product-name a {
    display: block;
    text-decoration: none;
  }

.product-name img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

.dieukhoansdung {
    display: flex;
    position: relative;
    right: 70px;
  }

.copyright {
    display: flex;
    position: relative;
    left: 70px;
  }

.dieukhoansdung .gach {
    position: relative;
    top: 2px;
    margin: 0 5px;
  }

.pt-70 {
    padding-top: 70px;
  }

.footer_payandcer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

.scroll-top.style-one {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -26px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    border-radius: 50%;
    z-index: 1;
    transition: all 500ms ease;
  }

.scroll-top.style-one:before,
  .scroll-top.style-one:after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

.scroll-top.style-one:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }

.scroll-top.open {
    bottom: 25px;
  }

.boxed_wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden !important;
    width: 100%;
    min-width: 300px;
  }

h2,
  h3,
  h4,
  h5 {
    position: relative;
    font-family: "VNEFont2", sans-serif;
    font-weight: 400;
    color: #222222;
    margin: 0px;
    transition: all 500ms ease;
  }

.centred {
    text-align: center;
  }

.theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border-radius: 0px 10px 10px 10px;
    padding: 17.5px 30px;
    z-index: 1;
    transition: all 500ms ease;
  }

.theme-btn:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 0;
    opacity: 0;
    content: "";
    z-index: -1;
    transform: scale(1) rotateX(45deg);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }

.theme-btn:hover:before {
    opacity: 1;
    width: 100%;
    transform: scale(1) rotateX(0deg);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }

.theme-btn:hover {
    color: #fff;
  }

.theme-btn.btn-seven {
    border-radius: 30px;
    font-weight: 400;
  }

.sec-title {
    position: relative;
    display: block;
    margin-bottom: -5px;
  }

.sec-title h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
  }

.sec-title h2 {
    display: block;
    font-size: 36px;
    line-height: 48px;
    font-weight: 600;
    margin-bottom: 14px;
  }

.sec-title .divider {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 14px;
    bottom: 15px;
    background-repeat: no-repeat;
  }

.sec-title.style-two h2 {
    color: #222;
    font-family: "VNEFont2", sans-serif;
    font-size: 27px;
  }

.theme-btn {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    min-width: 150px;
    text-decoration: none;
  }

.contact-style-two {
    position: relative;
  }

.contact-style-two .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }

.contact-style-two .default-form .form-group {
    position: relative;
    margin-bottom: 25px;
  }

.contact-style-two .default-form .form-group:last-child {
    margin-bottom: 0px;
  }

.contact-style-two .default-form .form-group input[type="text"],
  .contact-style-two .default-form .form-group input[type="email"],
  .custom-select,
  .contact-style-two .default-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    border: 1px solid #dddddd;
    border-radius: 30px;
    font-size: 16px;
    color: #555555;
    text-align: left;
    background-color: #ffffff;
    transition: all 500ms ease;
    padding: 15px 60px 15px 30px;
  }

.contact-style-two .default-form .form-group i {
    position: absolute;
    top: 22px;
    right: 45px;
    font-size: 16px;
    color: #555;
    z-index: 1;
  }

.contact-style-two .default-form .form-group input:focus,
  .contact-style-two .default-form .form-group textarea:focus {
  }

.contact-style-two .default-form .form-group .theme-btn {
    padding: 17.5px 60px;
    margin-top: 15px;
  }

.page-title {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 423px 0px 0px 0px;
  }

.contact-info-two {
    position: relative;
    padding-bottom: 120px;
  }

.content_block_21 .content-box {
    position: relative;
    display: block;
  }

.content_block_21 .content-box h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 46px;
    color: #222;
    font-weight: 500;
    margin-bottom: 44px;
  }

.content_block_21 .content-box .single-item {
    position: relative;
    padding: 0px 0px 32px 80px;
    margin-bottom: 35px;
    border-bottom: 1px solid #ebebeb;
  }

.content_block_21 .content-box .single-item:last-child {
    margin-bottom: 0px;
    border-bottom: none;
  }

.content_block_21 .content-box .single-item .icon-box {
    position: absolute;
    left: 0px;
    top: 3px;
    font-size: 48px;
    line-height: 50px;
  }

.content_block_21 .content-box .single-item h3 {
    font-weight: 500;
    color: #9c3234;
    margin-bottom: 2px;
  }

.content_block_21 .content-box .single-item span {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 17px;
  }

.content_block_21 .content-box .single-item p {
    font-size: 16px;
  }

.content_block_21 .content-box .single-item p a {
    display: inline-block;
    color: #555;
  }

.content_block_21 .content-box .single-item p a:hover {
  }

.contact-info-two .map-inner {
    position: relative;
    display: block;
  }

.contact-info-two .map-inner #contact-google-map {
    position: relative;
    width: 100%;
    height: 560px;
  }

.inner-column {
    position: relative;
    bottom: 31px;
  }

.banner-contact2 {
    position: absolute;
    top: 68px;
    right: -363px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: repeat-x;
  }

.custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    position: relative;
  }

.design-banner-info {
    position: absolute;
    top: 50%;
    left: 20.5rem;
    width: 60%;
    word-break: break-word;
    transform: translate(0, -50%);
    bottom: 37%;
  }

.design-banner-title {
    text-transform: uppercase;
    font-size: 24px;
    opacity: 1;
    font-weight: 700;
    color: yellow;
    margin-bottom: 0.8rem;
  }

.design-banner-description {
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 40px;
  }

.pt-20 {
    padding-top: 20px;
  }

.sidebar-page-container1 {
    position: relative;
    padding: 165px 0px 30px 0px;
  }

.lower-content h4.heading-tertiary {
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 1.8rem;
    margin-bottom: 0.8rem;
    color: #1a1a1a;
  }

.project-block-one {
    max-height: 700px;
    display: flex;
    flex-direction: column;
    padding: 0 0 10px 0;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 38px;
  }

.project-block-one .inner-box .content-box {
    position: relative;
    display: block;
  }

.project-block-one .inner-box .content-box .image-box {
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
    margin-bottom: 0;
    border-radius: 5px;
  }

.project-block-one .inner-box .image-box img {
    width: 100%;
    transition: transform 2s ease;
  }

.project-block-one .inner-box:hover .image-box img {
    transform: translateY(-590px);
  }

.project-block-one .inner-box:hover .overlay-content {
    top: 0px;
    opacity: 1;
  }

.project-block-one .content-box {
    height: 100%;
  }

.project-block-one .image-box img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

.project-block-one .inner-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    /* margin-bottom: 30px; */
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
  }

.project-block-one .inner-box .overlay-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: all 0.3s ease;
  }

.project-block-one .inner-box:hover {
    opacity: 1;
  }

.button-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
  }

.btn-dat-mau {
    background: #9c3234;
    color: #ffffff;
  }

.btn-xem-demo {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
  }

.btn-dat-mau:hover {
    background: #d41920;
  }

.btn-xem-demo:hover {
    background: #ffffff;
    color: #fff;
  }

.website-info {
    display: flex;
    flex-direction: column;
    padding: 15px;
    text-align: left;
  }

.website-name {
    font-size: 19px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    text-align: left;
  }

.website-name:hover {
    color: #9c3234;
  }

.blog-sidebar-info {
    position: relative;
    display: block;
    max-width: 100%;
    min-height: 10%;
    border-radius: 5px;
    background: #fff;
    padding: 20px 20px;
  }

.widget-header {
    margin-top: 10px;
  }

.widget-info {
  }

.add-to-hotline {
    padding: 10px 10px;
    border-radius: 5px;
    background: #9c3234;
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
    color: #fff !important;
    z-index: 1;
    transition: background-color 0.3s ease;
  }

.add-to-hotline::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #12573a;
    transition: left 0.5s ease;
    z-index: -1; /* Đảm bảo phần gradient nằm dưới văn bản */
  }

.add-to-hotline:hover::before {
    left: 0;
  }

.box-highlight {
    display: flex;
    justify-content: center;
    border: 1px dashed #9c3234;
    border-radius: 10px;
    padding: 15px 15px;
  }

.box-endow {
    justify-content: center;
    border: 1px dashed #9c3234;
    border-radius: 10px;
    padding: 15px 15px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

.box-endow .name {
    font-size: 14px;
  }

.title {
    text-align: center;
    font-size: 13px;
    margin-top: 15px;
    line-height: normal;
  }

.icon {
    text-align: center;
  }

.product-details-view .inner-box {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    max-height: 530px;
    position: relative;
  }

.product-details-view .inner-box .product-detail {
    padding: 15px;
    position: relative;
  }

.product-details-view .inner-box .product-detail .image-box {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    height: 500px;
  }

.product-details-view .inner-box .product-detail .image-box img {
    width: 100%;
    object-fit: cover;
    display: block;
    transition: transform 3s ease;
    border-radius: 8px;
    transform-origin: top;
  }

.product-details-view .inner-box:hover .product-detail .image-box img {
    transform: translateY(-40%);
  }

.btn-bottom-image {
    position: absolute;
    bottom: 35px;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }

.btn-bottom-image > ul {
    padding-left: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    gap: 20px;
  }

.btn-bottom-image ul li a {
    padding: 10px 10px;
    border: none;
    border-radius: 5px;
    background-color: #12573a;
    color: #fff;
    font-size: 14px;
  }

.btn-bottom-image ul li a:hover {
    background-color: #9c3234;
  }

.lq-title-text {
    border-left: 4px solid #9c3234;
    padding-left: 10px;
    margin-top: 50px;
    margin-bottom: 20px;
  }

.widget-header-title {
    text-transform: uppercase;
    color: #9c3234;
  }

.sidebar-page-container[data-page="sample1"] {
    padding: 116px 0px 41px 0px;
  }

.container-fluid {
    padding: 0px;
  }

h2,
  h3,
  h4,
  h5,
  h6 {
    position: relative;
    font-family: "VNEFont2", sans-serif;
    font-weight: 400;
    color: #222222;
    margin: 0px;
    transition: all 500ms ease;
  }

.theme-btn.btn-eight {
    padding: 17.5px 40px;
    border-radius: 30px;
  }

.float-bob-y {
    animation-name: float-bob-y;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob-y;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob-y;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob-y;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
  }

.rotate-me {
    animation-name: rotateme;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 30s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 30s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 30s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
  }

.contact-info-section {
    position: relative;
    padding: 104px 0 0px 0;
  }

.contact-info-section .inner-container {
    position: relative;
    display: block;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 0px 40px rgb(0 0 0 / 20%);
    margin-top: -103px;
    padding: 40px 0 0 0;
  }

.contact-info-section .single-info {
    position: relative;
    display: block;
    padding: 55px 30px 58px 150px;
  }

.contact-info-section .single-info:before {
    position: absolute;
    content: "";
    background: #cccccc;
    width: 2px;
    height: 75px;
    top: 60px;
    right: -15px;
  }

.contact-info-section .info-column:last-child .single-info:before {
    display: none;
  }

.contact-info-section .single-info .icon-box {
    position: absolute;
    display: inline-block;
    left: 58px;
    top: 60px;
    font-size: 65px;
    line-height: 65px;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

.contact-info-section .single-info .text {
    position: relative;
  }

.contact-info-section .single-info .light-icon {
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    font-size: 130px;
    line-height: 130px;
    color: #f5f5f5;
  }

.contact-info-section .single-info h3 {
    color: #222;
    font-weight: 500;
    margin-bottom: 1px;
  }

.contact-info-section .single-info p {
    font-size: 16px;
    line-height: 27px;
  }

.contact-info-section .single-info p a {
    display: inline-block;
    color: #555;
  }

.contact-info-section .single-info p a:hover {
  }

.contact-info-section:before {
    position: absolute;
    content: "";
    background-color: #091d43;
    width: 100%;
    height: 50%;
    left: 0px;
    bottom: 0px;
  }

.about-style-alt {
    position: relative;
    padding-bottom: 1.875rem;
    padding-top: 0.938rem;
  }

.about-style-alt .image-box {
    position: relative;
    display: block;
    /* margin-right: 70px; */
  }

.about-style-alt .image-box .image img {
    position: relative;
    max-width: none;
    float: right;
  }

.content_block_7 .content-box {
    position: relative;
    display: block;
    margin-top: 29px;
  }

.content_block_7 .content-box .sec-title {
    margin-bottom: -18px;
  }

.content_block_7 .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 45px;
    margin-top: 30px;
  }

.content_block_7 .content-box .text p {
    margin-bottom: 30px;
    font-family: "VNEFont1", sans-serif;
  }

.content_block_7 .content-box .text p:last-child {
    margin-bottom: 0px;
    font-family: "VNEFont1", sans-serif;
  }

.team-section {
    position: relative;
  }

.team-block-one .inner-box {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }

.accordion-box .block {
    position: relative;
    display: block;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    padding: 10px;
    transition: all 500ms ease;
  }

.accordion-box .block:last-child {
    margin-bottom: 0px;
  }

.accordion-box .block .acc-btn .icon-outer {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 50%;
    transition: all 500ms ease;
  }

.accordion-box .block .acc-btn.active .icon-outer {
    background: transparent;
  }

.accordion-box .block .acc-btn .icon-outer i {
    opacity: 1;
    transition: all 500ms ease;
  }

.accordion-box .block .acc-btn.active .icon-outer i {
    opacity: 0;
  }

.accordion-box .block .acc-btn .icon-outer:after {
    position: absolute;
    content: "\f00d";
    font-family: "Font Awesome 5 Pro";
    opacity: 0;
    font-weight: 700;
    transition: all 500ms ease;
  }

.accordion-box .block .acc-btn.active .icon-outer:after {
    opacity: 1;
  }

.accordion-box .block .acc-btn.active .icon-outer {
    right: 18px;
    top: 5px;
  }

.accordion-box .block .acc-btn {
    position: relative;
    display: block;
    padding: 5px 55px 5px 30px;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 30px;
    transition: all 500ms ease;
  }

.accordion-box .block .acc-btn.active {
    padding: 12px 80px 10px 30px;
  }

.accordion-box .block .acc-content {
    position: relative;
    display: none;
    padding: 12px 40px 11px 25px;
  }

.accordion-box .block .acc-content.current {
    display: block;
  }

.accordion-box .block .acc-content p {
    font-size: 16px;
  }

.about-style-seven {
    position: relative;
  }

.about-style-seven .pattern-layer {
    position: absolute;
    top: 113px;
    right: 0px;
    width: 932px;
    height: 1164px;
    background-repeat: no-repeat;
  }

.content_block_15 .content-box {
    position: relative;
    display: block;
  }

.content_block_15 .content-box .sec-title {
    margin-bottom: 24px;
  }

.content_block_15 .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 57px;
  }

.content_block_15 .content-box .text .list li {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #222;
    padding-left: 38px;
    margin-bottom: 18px;
  }

.content_block_15 .content-box .text .list li:last-child {
    margin-bottom: 0px;
  }

.content_block_15 .content-box .text .list li:before {
    position: absolute;
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    left: 0px;
    top: -1px;
    font-size: 18px;
    font-weight: 700;
  }

.about-style-seven .image-box {
    position: relative;
    display: block;
    margin-top: 45px;
  }

.about-style-seven .image-box img {
    width: 100%;
  }

.faq-style-two {
    position: relative;
  }

.faq-style-two .image-box {
    position: relative;
    display: block;
    margin-right: 25px;
    margin-left: -110px;
  }

.faq-style-two .image-box img {
    width: 100%;
  }

.faq-style-two .image-box .shape .shape-1 {
    position: absolute;
    left: -6px;
    top: 74px;
    width: 47px;
    height: 48px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 2s infinite linear;
    animation: zoom-fade 2s infinite linear;
  }

.faq-style-two .image-box .shape .shape-2 {
    position: absolute;
    left: -14px;
    bottom: 56px;
    width: 65px;
    height: 57px;
    background-repeat: no-repeat;
  }

.faq-style-two .image-box .shape .shape-3 {
    position: absolute;
    top: 44px;
    right: 70px;
    width: 50px;
    height: 46px;
    background-repeat: no-repeat;
  }

.faq-style-two .image-box .shape .shape-4 {
    position: absolute;
    top: 50%;
    right: 35px;
    width: 25px;
    height: 25px;
    background-color: #12573a;
  }

.content_block_16 .content-box {
    position: relative;
    display: block;
  }

.content_block_16 .content-box .accordion-box .block.active-block {
    border-radius: 10px;
  }

.content_block_16 .content-box .accordion-box .block {
    padding: 0px;
  }

.content_block_16 .content-box .accordion-box .block .acc-btn {
    background: transparent;
    padding: 19px 80px 20px 30px;
    border-radius: 0px;
  }

.content_block_16 .content-box .accordion-box .block .acc-btn h6 {
    position: relative;
    display: block;
    font-size: 16px;
    color: #222;
    font-weight: 500;
  }

.content_block_16 .content-box .accordion-box .block .acc-btn.active h6 {
    color: yellow;
  }

.content_block_16 .content-box .accordion-box .block .acc-btn .icon-outer {
    top: 4px;
    right: 4px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

.content_block_16
    .content-box
    .accordion-box
    .block
    .acc-btn.active
    .icon-outer {
    background: transparent;
    right: 17px;
  }

.content_block_16 .content-box .accordion-box .block .acc-content p {
    font-weight: 500;
  }

.content_block_16 .content-box .accordion-box .block .acc-content {
    padding: 16px 30px 13px 30px;
  }

.content_block_16 .content-box .sec-title {
    margin-bottom: 34px;
  }

.highlight-banner-neo {
    position: relative;
    padding: 178px 0 60px 0px;
    background-color: #015531;
  }

.highlight-banner-neo .content-box {
    position: relative;
    display: block;
    margin-left: 70px;
    margin-top: 50px;
  }

.highlight-banner-neo .content-box p {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 38px;
    font-family: "VNEFont1", sans-serif;
    text-align: justify;
  }

.highlight-banner-neo .content-box .theme-btn {
    padding: 17.5px 44px;
    font-size: 18px;
    font-weight: 700;
    font-family: "VNEFont2", sans-serif;
  }

.name-title {
    line-height: 40px !important;
  }

.service-benefit {
    font-size: 1rem;
    line-height: 28px;
  }

.luuy-item {
    padding: 30px;
    margin: 45px auto;
    margin-top: 100px;
    border-radius: 20px;
    transition: 0.3s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=50,Direction=0,Color=#000000)";
    box-shadow: 0 0 50px -3px rgba(0, 0, 0, 0.1);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=50, Direction=135, Color=#000000);
    height: 380px;
  }

.luuy-item:hover {
    transform: translateY(-10px);
    background-color: #015531 !important;
    color: #fff !important;
  }

.luuy-item:hover .luuy-title {
    color: #fff !important;
  }

.luuy-item:hover .luuy-desc {
    color: #fff !important;
  }

.luuy-img {
    width: 80px;
    height: 80px;
    background-color: #9c3234 !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -50px;
    right: 150px;
  }

.luuy-title {
    font-size: 20px;
    text-align: left;
    color: #12573a;
    position: relative;
    top: 10px;
    transition: 0.3s;
  }

.luuy-desc {
    text-align: left;
    color: #555555;
    margin-top: 15px;
    transition: 0.3s;
  }

.text-sm {
    font-size: 0.875rem;
    line-height: 1.5;
    font-family: "VNEFont1", sans-serif;
  }

.custom-carousel-prev,
  .custom-carousel-next {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #333;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
  }

.custom-carousel-prev:hover,
  .custom-carousel-next:hover {
    background: #005430;
    color: #fff;
    border-color: #005430;
  }

.pb-40 {
    padding-bottom: 40px;
  }

.custom-carousel-nav1 {
    position: relative;
    width: 83rem;
    bottom: 272px;
    right: 79px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
  }

.owl-nav-none .owl-nav,
.owl-dots-none .owl-dots {
    display: none;
}

.service-section {
    position: relative;
    padding: 0px 0px 35px 0px;
  }

.service-block-one .inner-box {
    position: relative;
    display: block;
    padding: 40px 20px 45px 30px;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
    height: 39rem;
  }

.service-block-one .inner-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    left: 0px;
    top: 0px;
    z-index: -1;
    transition: all 500ms ease;
  }

.service-block-one .inner-box:hover:before {
    height: 100%;
  }

.service-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: 5px solid #9c3234;
    text-align: center;
    font-size: 60px;
    margin-bottom: 43px;
    background: #fff;
    transition: all 500ms ease;
  }

.service-block-one .inner-box:hover .icon-box {
    border-color: #fff;
  }

.service-block-one .inner-box .icon-box:before {
    position: absolute;
    content: "";
    background: #fff;
    height: 17px;
    width: 18px;
    left: -5px;
    bottom: -5px;
  }

.service-block-one .inner-box .icon-box:after {
    position: absolute;
    content: "";
    background: #fff;
    height: 17px;
    width: 18px;
    top: -5px;
    right: -5px;
    transition: all 500ms ease;
  }

.service-block-one .inner-box .icon-box .hover-shape {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
  }

.service-block-one .inner-box .icon-box .hover-shape:before {
    position: absolute;
    content: "";
    background: #222;
    width: 100%;
    height: 100%;
    left: 10px;
    top: 10px;
    z-index: -1;
    transform: scale(0, 0);
    transition: all 500ms ease;
  }

.service-block-one .inner-box .icon-box .hover-shape:after {
    position: absolute;
    content: "";
    background: #9c3234;
    width: 100%;
    height: 100%;
    right: 10px;
    bottom: 10px;
    z-index: -1;
    transform: scale(0, 0);
    transition: all 500ms ease;
  }

.service-block-one .inner-box:hover .icon-box .hover-shape:before,
  .service-block-one .inner-box:hover .icon-box .hover-shape:after {
    transform: scale(1, 1);
  }

.service-block-one .inner-box h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 20px;
  }

.service-block-one .inner-box h3 a {
    display: inline-block;
    color: #222;
  }

.service-block-one .inner-box:hover h3 a {
    color: #fff;
  }

.service-block-one .inner-box p {
    font-size: 16px;
    line-height: 30px;
    transition: all 500ms ease;
  }

.service-block-one .inner-box:hover p {
    color: #fff;
  }

.service-section .sec-title {
    margin-bottom: 36px;
  }

h3 a {
    display: inline-block;
    color: #222;
    text-align: left;
    justify-content: center;
  }

h3 a:hover {
  }

.service-style-three {
    position: relative;
    padding: 9px 0px 0px 0px;
  }

.content_block_6 .content-box {
    position: relative;
    display: block;
    margin-right: 40px;
  }

.content_block_6 .content-box .sec-title {
    margin-bottom: 15px;
  }

.content_block_6 .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 20px;
  }

.content_block_6 .content-box .text p {
    font-size: 16px;
  }

.content_block_6 .content-box .list-item li {
    position: relative;
    display: block;
    font-size: 18px;
    padding-left: 38px;
    margin-bottom: 6px;
  }

.content_block_6 .content-box .list-item li:last-child {
    margin-bottom: 0px;
  }

.content_block_6 .content-box .list-item li:before {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    left: 0px;
    top: 0px;
    font-size: 16px;
    font-weight: 700;
  }

.content_block_6 .content-box .list-item {
    position: relative;
    display: block;
    margin-bottom: 59px;
  }

.mr-100 {
    margin-right: 100px;
  }

.ml-100 {
    margin-left: 100px;
  }

.service-block-three .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #ededed;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 49px 20px 43px 30px;
    height: 23.25rem;
  }

.service-block-three .inner-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    left: 0px;
    top: 0px;
    transition: all 500ms ease;
  }

.service-block-three .inner-box:hover:before {
    height: 100%;
  }

.service-block-three .inner-box .light-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    transition: all 500ms ease;
  }

.service-block-three .inner-box:hover .light-icon {
    opacity: 0.1;
  }

.service-block-three .inner-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 65px;
    line-height: 65px;
    color: transparent !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    margin-bottom: 25px;
    transition: all 500ms ease;
  }

.service-block-three .inner-box:hover .icon-box {
    background: -webkit-linear-gradient(0deg, #fff, #fff 50%);
  }

.service-block-three .inner-box h3 {
    margin-bottom: 20px;
  }

.service-block-three .inner-box h3 a {
    display: inline-block;
    color: #222;
  }

.service-block-three .inner-box p {
    font-size: 16px;
    line-height: 30px;
    transition: all 500ms ease;
    text-align: left;
  }

.service-block-three .inner-box:hover h3 a,
  .service-block-three .inner-box:hover p {
    color: #fff;
  }

.about-style-eight {
    position: relative;
    padding: 84px 0px;
  }

.about-style-eight .image-box {
    position: relative;
    display: block;
    margin-right: 30px;
    margin-left: -195px;
    right: -210px;
  }

.about-style-eight .image-box img {
    width: 100%;
  }

.content_block_18 .content-box {
    position: relative;
    display: block;
  }

.content_block_18 .content-box .sec-title {
    margin-bottom: 43px;
  }

.content_block_18 .content-box .inner-box .single-item {
    position: relative;
    display: block;
    padding-left: 93px;
    margin-bottom: 36px;
  }

.content_block_18 .content-box .inner-box .single-item:last-child {
    margin-bottom: 0px;
  }

.content_block_18 .content-box .inner-box .single-item .icon-box {
    position: absolute;
    left: 0px;
    top: 7px;
    font-size: 60px;
    line-height: 60px;
    color: #12573a;
    font-weight: 400;
    transition: all 500ms ease;
  }

.content_block_18 .content-box .inner-box .single-item:hover .icon-box {
  }

.content_block_18 .content-box .inner-box .single-item h3 {
    color: #222;
    margin-bottom: 16px;
  }

.service-block {
    margin: 0px 0px 10px 0px;
  }

.team-description {
    text-align: left;
    min-height: 309px;
  }

.about-section-style {
    position: relative;
    padding-bottom: 1.875rem;
    padding-top: 0.938em;
  }

.about-section-style .image-box {
    position: relative;
    display: block;
    margin-right: 70px;
  }

.about-section-style .image-box .image img {
    position: relative;
    max-width: none;
    float: right;
  }

.service-block-custom .inner-box {
    height: 25.25rem;
  }

.t25 {
    top: 25px;
  }

.h45r {
    height: 45rem;
  }

.about-section-style[data-page="about2"] {
    padding: 40px 0px 80px 0px;
  }

.chooseus-style-three {
    position: relative;
    bottom: 44px;
  }

.chooseus-block-two2 .inner-box {
    position: relative;
    display: block;
    padding: 0px 0 30px 25px;
  }

.chooseus-block-two2 .inner-box h3 {
    position: relative;
    color: #222;
    padding-bottom: 15px;
    margin-bottom: 13px;
  }

.chooseus-block-two2 .inner-box p {
    font-size: 16px;
  }

.col-lg-4.col-md-12.col-sm-12.sidebar-side {
    right: -25px;
    position: relative;
  }

.brand-item .inner-box {
    position: relative;
    display: block;
    padding: 40px 20px 45px 30px;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
    height: 35rem;
  }

.brand-item .inner-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    left: 0px;
    top: 0px;
    z-index: -1;
    transition: all 500ms ease;
  }

.brand-item .inner-box:hover:before {
    height: 100%;
  }

.brand-item .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: 5px solid #9c3234;
    text-align: center;
    font-size: 60px;
    margin-bottom: 43px;
    background: #fff;
    transition: all 500ms ease;
  }

.brand-item .inner-box:hover .icon-box {
    border-color: #fff;
  }

.brand-item .inner-box .icon-box:before {
    position: absolute;
    content: "";
    background: #fff;
    height: 17px;
    width: 18px;
    left: -5px;
    bottom: -5px;
  }

.brand-item .inner-box .icon-box:after {
    position: absolute;
    content: "";
    background: #fff;
    height: 17px;
    width: 18px;
    top: -5px;
    right: -5px;
    transition: all 500ms ease;
  }

.brand-item .inner-box .icon-box .hover-shape {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
  }

.brand-item .inner-box .icon-box .hover-shape:before {
    position: absolute;
    content: "";
    background: yellow;
    width: 100%;
    height: 100%;
    left: 10px;
    top: 10px;
    z-index: -1;
    transform: scale(0, 0);
    transition: all 500ms ease;
  }

.brand-item .inner-box .icon-box .hover-shape:after {
    position: absolute;
    content: "";
    background: #9c3234;
    width: 100%;
    height: 100%;
    right: 10px;
    bottom: 10px;
    z-index: -1;
    transform: scale(0, 0);
    transition: all 500ms ease;
  }

.brand-item .inner-box:hover .icon-box .hover-shape:before,
  .brand-item .inner-box:hover .icon-box .hover-shape:after {
    transform: scale(1, 1);
  }

.brand-item .inner-box p {
    font-size: 16px;
    line-height: 30px;
    transition: all 500ms ease;
  }

.brand-item .inner-box:hover p {
    color: #fff;
  }

.layout-container-flex {
    position: relative;
    bottom: 55px;
  }

.highlight-banner-neo .content-box span {
    line-height: 22px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 19px;
    font-family: "VNEFont2", sans-serif;
    font-size: 30px;
  }

.about-essence::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.6);
    /* màu trắng, độ mờ 40% */
    z-index: 0;
  }

.about-essence .auto-container,
  .about-essence .content_block_7 {
    position: relative;
    z-index: 1;
    background: #e5e5e5;
    padding: 10px;
    border-radius: 10px;
  }

.about-essence .company_introduction {
    text-align: center;
    opacity: 1;
    line-height: 40px;
  }

.highlight-bold {
    height: 90px;
  }

.about-essence .text p {
    text-align: justify;
    color: #222 !important;
  }

.about-essence {
    position: relative;
    padding-bottom: 1.875rem;
    padding-top: 2.938rem;
    z-index: 1;
  }

.custom-software-title {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    z-index: 1;
  }

.custom-software-title .text-heading {
    padding: 5px 0;
  }

.blog-sidebar-box .category-widget .category-list li:last-child {
    margin-bottom: 0px;
  }

.blog-sidebar-box .category-widget .category-list li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 10px;
    white-space: nowrap;
  }

.blog-sidebar-box .category-widget .category-list li {
    position: relative;
    display: block;
    margin-bottom: 13.3px;
    padding: 0px 0px 0px 0px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    border-radius: 5px;
  }

.blog-sidebar-box .category-widget .category-list li:hover {
    background-color: #12573a !important;
    color: #fff !important;
  }

.blog-sidebar-box .category-widget .category-list li a:hover {
    color: #fff !important;
  }

.category-list li a {
    padding: 0;
  }

.category-list li a {
    display: block;
    width: 100%;
    height: 100%;
    background: transparent !important;
    color: #222 !important;
    padding: 10px;
    border-radius: 5px;
  }

#main-feature-img {
    width: 100%;
    height: 494px;
    object-fit: cover;
    border-radius: 10px;
  }

.brand-item .inner-box:hover b {
    color: #fff !important;
  }

.chooseus-style-two {
    position: relative;
    padding: 8px 0px 0px 0px;
  }

.chooseus-block-one .inner-box {
    position: relative;
    display: block;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 39px 30px 42px 190px;
    margin-bottom: 30px;
    height: 320px;
  }

.chooseus-block-one .inner-box .icon-box {
    position: absolute;
    left: 40px;
    top: 40px;
    width: 110px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    border-top-right-radius: 10px;
    background-color: #ffffff;
    z-index: 1;
  }

.chooseus-block-one .inner-box .icon-box:before {
    position: absolute;
    content: "";
    width: 110px;
    height: 110px;
    left: 0px;
    top: 0px;
    background-color: #fff;
    border-top-right-radius: 10px;
    z-index: -1;
  }

.chooseus-block-one .inner-box .icon-box .shape {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 110px;
    height: 110px;
    background-repeat: no-repeat;
    z-index: -2;
  }

.chooseus-block-one .inner-box h3 {
    position: relative;
    color: #ffffff;
    padding-bottom: 14px;
    margin-bottom: 13px;
}

.chooseus-block-one .inner-box h3:before {
  position: absolute;
  content: "";
  background-color: #ffffff;
  width: 45px;
  height: 2px;
  left: 0px;
  bottom: 0px;
}

.chooseus-block-one .inner-box p {
    font-size: 16px;
    color: #ffffff;
    padding: 10px;
  }

.chooseus-style-two .pattern-layer {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 1044px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }

.chooseus-block-two3 .inner-box {
    position: relative;
    display: block;
    padding: 0px 0 30px 25px;
  }

.chooseus-block-two3 .inner-box h3 {
    position: relative;
    color: #222;
    padding-bottom: 15px;
    margin-bottom: 13px;
  }

.chooseus-block-two3 .inner-box p {
    font-size: 16px;
  }

.chooseus-block-two1 .inner-box {
    position: relative;
    display: block;
    padding: 0px 0 30px 25px;
  }

.chooseus-block-two1 .inner-box h3 {
    position: relative;
    color: #222;
    padding-bottom: 15px;
    margin-bottom: 13px;
  }

.chooseus-block-two1 .inner-box p {
    font-size: 16px;
  }

.chooseus-block-two5 .inner-box {
    position: relative;
    display: block;
    padding: 0px 0 30px 25px;
  }

.chooseus-block-two5 .inner-box h3 {
    position: relative;
    color: #222;
    padding-bottom: 15px;
    margin-bottom: 13px;
  }

.chooseus-block-two5 .inner-box p {
    font-size: 16px;
  }

.chooseus-block-two4 .inner-box {
    position: relative;
    display: block;
    padding: 0px 0 30px 25px;
  }

.chooseus-block-two4 .inner-box h3 {
    position: relative;
    color: #222;
    padding-bottom: 15px;
    margin-bottom: 13px;
  }

.chooseus-block-two4 .inner-box p {
    font-size: 16px;
  }

.sec-title.light h2 {
    color: #9c3234 !important;
  }

.main-menu .navigation > li > a,
.main-menu .navigation > li > span {
  position: relative;
  display: block;
  text-align: center;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  cursor: pointer;
  opacity: 1;
  color: #fff;
  padding-right: 17px;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.owl-nav-none .owl-nav,
  .owl-dots-none .owl-dots {
    display: none !important;
  }

.dots-style-one {
    position: relative;
    display: block;
  }

.service-style-five {
    position: relative;
    padding: 0px 0px 5px 0px;
  }

.service-block-five {
    margin-bottom: 20px;
  }

.service-block-five .inner-box {
    position: relative;
    display: block;
    background-color: #f6f6f6;
    border-radius: 10px;
    padding: 43px 20px 39px 20px;
    z-index: 1;
    height: 44rem;
    transition: all 500ms ease;
  }

.service-block-five .inner-box:hover {
    padding-bottom: 59px;
  }

.service-block-five .inner-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    border-radius: 10px;
    transition: all 500ms ease;
  }

.service-block-five .inner-box:hover:before {
    height: 100%;
    top: 0px;
  }

.service-block-five .inner-box .image-box {
    position: relative;
    display: inline-block;
    margin-bottom: 58px;
    transition: all 500ms ease;
    width: 20.625rem;
    height: 18.938rem;
  }

.service-block-five .inner-box:hover .image-box {
    margin-bottom: 38px;
  }

.service-block-five .inner-box h3 {
    font-weight: 500;
    margin-bottom: 18px;
  }

.service-block-five .inner-box h3 a:hover {
    color: #ffffff !important;
  }

.service-block-five .inner-box p {
    position: relative;
    transition: all 500ms ease;
    height: 12.5rem;
    text-align: left;
  }

.service-block-five .inner-box:hover p {
    color: #ffffff;
  }

.service-block-five .inner-box .btn-box {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px) scaleX(1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }

.service-block-five .inner-box:hover .btn-box {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scaleX(1);
  }

.service-block-five .inner-box .btn-box a,
  .service-block-five .inner-box .btn-box a:hover {
    transform: none !important;
  }

.service-block-five .inner-box .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #c73235;
    border-radius: 30px;
    padding: 5px 25px;
    text-align: center;
    transition: transform 0.3s ease; /* Thêm hiệu ứng chuyển động */
  }

.service-block-five .inner-box .btn-box a:hover {
    transform: scale(1.1);
  }

.project-style-four {
    position: relative;
    padding: 0px 0px 30px 0px;
  }

.project-style-four .outer-container {
    position: relative;
    padding: 15px 75px;
  }

.project-block-four .inner-box {
    position: relative;
    display: block;
  }

.project-block-four .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
  }

.project-block-four .inner-box .image-box:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 0;
    opacity: 0;
    content: "";
    z-index: 1;
    transform: scale(1) rotateX(45deg);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }

.project-block-four .inner-box:hover .image-box:before {
    opacity: 1;
    width: 100%;
    transform: scale(1) rotateX(0deg);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }

.project-block-four .inner-box .image-box .icon-box {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 64px;
    height: 64px;
    line-height: 60px;
    text-align: center;
    background-color: #ececec;
    border: 2px solid #ffffff;
    border-radius: 50%;
    z-index: 1;
  }

.project-block-four .inner-box .image-box .icon-box img {
    display: inline-block;
    width: auto;
    height: auto;
  }

.project-block-four .inner-box .text {
    position: relative;
    display: flex;
    margin-left: 20px;
    top: -29px;
    background-color: #ffffff;
    border-radius: 50px 10px 10px 50px;
    text-align: center;
    padding: 15px 30px;
    box-shadow: 0 10px 30px rgb(0 0 0 / 15%);
    z-index: 1;
    height: 5rem;
    width: 32.8rem;
    justify-content: center;
    align-items: center;
  }

.project-block-four .inner-box .text h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
  }

.project-block-four .inner-box .text h5 a {
    display: inline-block;
    color: #222;
  }

.project-block-four .inner-box .text h5 a:hover {
  }

.project-block-four {
    margin-bottom: 42px;
  }

.award-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 32%; /* Chia chiều rộng mỗi phần tử thành 1/3 của dòng */
    margin-bottom: 20px; /* Khoảng cách giữa các khối theo chiều dọc */
  }

.award-section {
    position: relative;
    padding: 170px 0px 120px 0px;
  }

.award-section .sec-title {
    margin-bottom: 70px;
  }

.award-section .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }

.award-block-one .inner-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1;
    position: relative;
    width: 100%; /* Chiều rộng đầy đủ */
    aspect-ratio: 1; /* Tỷ lệ 1:1 */
    min-height: 27rem;
  }

.award-block-one .inner-box .icon-box {
    position: absolute;
    left: -25px;
    top: -35px;
    width: 158px;
    height: 158px;
    line-height: 158px;
    text-align: center;
    border-radius: 50%;
    background-color: #fde8ef;
    border: 9px solid #ffffff;
    box-shadow: 0 0px 30px rgb(0 0 0 / 20%);
  }

.award-block-one .inner-box .icon-box .icon {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    font-size: 40px;
    color: #ffffff;
    box-shadow: 0 0px 0px 17px #fbd4e0;
  }

.award-block:nth-child(2) .award-block-one .inner-box .icon-box {
    background-color: #eaeaf4;
  }

.award-block:nth-child(2) .award-block-one .inner-box .icon-box .icon {
    box-shadow: 0 0px 0px 17px #d7d7ea;
  }

.award-block:last-child .award-block-one .inner-box .icon-box {
    background-color: #fde8ef;
  }

.award-block:last-child .award-block-one .inner-box .icon-box .icon {
    box-shadow: 0 0px 0px 17px #fbd4e0;
  }

.award-block-one .inner-box h3 {
    display: block;
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 4px;
    text-align: center;
    margin-top: 11.438rem;
  }

.award-block-one .inner-box p {
    font-size: 16px;
    text-align: left;
    font-size: 16px;
    padding: 10px 20px;
  }

.award-block-one .inner-box .shape .shape-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    border-radius: 20px;
  }

.award-block-one .inner-box .shape .shape-2 {
    position: absolute;
    top: 25px;
    right: 20px;
    width: 50px;
    height: 28px;
    background-repeat: no-repeat;
  }

.award-block-one .inner-box .shape .shape-3 {
    position: absolute;
    top: 75px;
    right: 40px;
    width: 92px;
    height: 91px;
    background-repeat: no-repeat;
  }

.award-section .image-layer .image-1 {
    position: absolute;
    left: 75px;
    bottom: 35px;
    width: 41.438rem;
  }

.award-section .image-layer .image-2 {
    position: absolute;
    right: 100px;
    bottom: 190px;
  }

.banner-style-six {
    position: relative;
    padding-top: 30px;
    height: 43rem;
  }

.banner-style-six .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 677px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
  }

.banner-style-six .content-box {
    position: relative;
    display: block;
    margin-left: 70px;
    margin-top: 117px;
    max-width: 31rem;
  }

.banner-style-six .content-box h2 {
    font-size: 60px;
    line-height: 84px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 19px;
    font-family: "VNEFont2", sans-serif;
    font-size: 40px;
  }

.banner-style-six .content-box p {
    font-size: 21px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 38px;
    font-family: "VNEFont1", sans-serif;
    text-align: left;
  }

.banner-style-six .content-box .theme-btn {
    padding: 17.5px 44px;
    font-size: 18px;
    font-weight: 700;
    font-family: "VNEFont2", sans-serif;
  }

.banner-style-six .image-box {
    position: relative;
    display: block;
    padding: 0px 340px 0px 0px;
  }

.banner-style-six .image-box img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

.works-style-four {
    position: relative;
    padding: 0px 0px 80px 0px;
  }

.works-block-three .inner-box {
    position: relative;
    display: block;
    padding: 0px 30px;
  }

.works-block-three .inner-box .icon-box {
    position: relative;
    width: 164px;
    height: 142px;
    line-height: 150px;
    text-align: center;
    font-size: 65px;
    color: #ffffff;
    z-index: 1;
    margin: 0 auto;
    margin-bottom: 22px;
  }

.works-block-three .inner-box .icon-box .icon-shape {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 164px;
    height: 142px;
    background-repeat: no-repeat;
    z-index: -1;
    transition: all 500ms ease;
  }

.works-block-three .inner-box:hover .icon-box .icon-shape {
    transform: rotateY(180deg);
  }

.works-block-three .inner-box .count {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 25px;
  }

.works-block-three .inner-box h3 {
    color: #c73235;
    margin-bottom: 10px;
  }

.works-block-three .inner-box .arrow {
    position: absolute;
    left: 100%;
    transform: translateX(-50%);
    bottom: 40px;
    width: 197px;
    height: 142px;
    background-repeat: no-repeat;
  }

.clients-style-four {
    position: relative;
    padding-bottom: 120px;
  }

.clients-style-four .pattern-layer {
    position: absolute;
    left: 0px;
    top: 40px;
    bottom: 0px;
    width: 1110px;
    height: 1137px;
    background-repeat: no-repeat;
    z-index: -1;
  }

.clients-style-four .clients-logo-box {
    position: relative;
    display: block;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 10px;
  }

.clients-style-four .clients-logo-box img {
    position: relative;
    width: auto;
    margin: 0 auto;
    transition: all 500ms ease;
  }

.clients-style-four .clients-logo-box img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
  }

.news-style-four {
    position: relative;
    padding: 10px 0px 30px 0px;
  }

.news-block-two .inner-box {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }

.news-block-two .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
  }

.news-block-two .inner-box .image-box::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
  }

.news-block-two .inner-box:hover .image-box::before {
    -webkit-animation: circle 0.95s;
    animation: circle 0.95s;
  }

0% {
      opacity: 1;
    }

40% {
      opacity: 1;
    }

100% {
      width: 200%;
      height: 200%;
      opacity: 0;
    }

.news-block-two .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
  }

.news-block-two .inner-box:hover .image-box img {
    opacity: 0.2;
    transform: scale(1.05);
  }

.news-block-two .inner-box .image-box a {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    font-size: 0px;
    color: #ffffff;
    z-index: 2;
  }

.news-block-two .inner-box .lower-content {
    position: relative;
  }

.news-block-two .inner-box .lower-content .inner {
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 26px 20px 30px 20px;
    margin-top: -20px;
    z-index: 2;
    transition: all 500ms ease;
    height: auto;
  }

.news-block-two .inner-box:hover .lower-content .inner {
    box-shadow: 0 0px 30px rgb(0 0 0 / 15%);
  }

.news-block-two .inner-box .lower-content .inner .post-date {
    position: absolute;
    left: 0px;
    top: -30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0px 15px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 5px 5px 0px 0px;
  }

.news-block-two .inner-box .lower-content .inner h3 {
    font-size: 19px;
    line-height: 36px;
    margin-bottom: 25px;
    text-align: left;
  }

.news-block-two .inner-box .lower-content .inner h3 a {
    font-size: 19px;
    line-height: 36px;
    margin-bottom: 25px;
    text-align: left;
  }

.news-style-four .owl-nav {
    position: absolute;
    top: -80px;
    right: 0px;
  }

.news-style-four .owl-nav button {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    transition: all 500ms ease;
  }

.news-style-four .owl-nav button:hover {
  }

.news-style-four .owl-nav button.owl-prev {
    margin-right: 10px;
  }

.news-style-four .sec-title {
    margin-bottom: 30px;
  }

.icon_procedure {
    width: 75px;
    height: 75px;
    position: relative;
    top: -10px;
  }

.service-block-five .inner-box:hover h3 a {
    color: #fff;
  }

.mt-15 {
    margin-top: 15px;
  }

.project-block-four .inner-box .text h5.title-sp a {
    text-align: left;
    font-size: 0.8em;
  }

.custom-carousel-nav {
    position: relative;
    width: 83rem;
    bottom: 439px;
    right: 79px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
  }

ul.text-2 {
    color: #fff;
  }

.banner-slider-wrapper {
    position: relative;
    overflow: hidden;
  }

.banner-slider .slide-item {
    display: none;
    animation: fadeIn 0.8s ease-in-out;
  }

.banner-slider .slide-item.active {
    display: flex;
    flex-wrap: wrap;
  }

from {
      opacity: 0;
    }

to {
      opacity: 1;
    }

.banner-style-six .banner-slider-wrapper .banner-slider .image-23 {
    position: relative;
    top: 50px;
    max-width: 100%;
    left: 250px;
  }

.banner-style-six .banner-slider-wrapper .banner-slider .image-24 {
    top: 50px;
    position: relative;
    max-width: 100%;
    left: 250px;
  }

.banner-style-six .banner-slider-wrapper .banner-slider .image-25 {
    top: 50px;
    position: relative;
    max-width: 100%;
    left: 250px;
  }

.slide-nav-buttons {
    position: absolute;
    top: 50%;
    width: 97%;
    z-index: 15;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
    left: 30px;
  }

.slide-nav-buttons button {
    background: #fff;
    width: 44px;
    height: 44px;
    border: none;
    color: #333;
    font-size: 28px;
    padding: 12px 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: all;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: background 0.3s;
  }

.slide-nav-buttons button:hover {
    background: #9c3234;
    color: #fff;
    border-color: #005430;
  }

.text-banner {
    margin-bottom: 0px !important;
  }

.btn-banner {
    display: flex;
    justify-content: center;
  }

.slide-item {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    pointer-events: none;
  }

.slide-item.active {
    opacity: 1;
    pointer-events: auto;
  }

.border-img {
    border-radius: 10px;
  }

.about-section-style[data-page="about1"] {
    padding: 40px 0px 80px 0px;
  }

.header_banner {
    line-height: 50px !important;
    margin-top: 50px;
  }

.mt--85 {
    margin-top: -85px;
  }

h1,
  h2,
  h3,
  h4 {
    position: relative;
    font-family: "VNEFont2", sans-serif;
    font-weight: 400;
    color: #222222;
    margin: 0px;
    transition: all 500ms ease;
  }

.pagination {
    position: relative;
    display: block;
  }

.pagination li {
    position: relative;
    display: inline-block;
    margin: 0px 7px;
  }

.pagination li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    font-family: "Work Sans", sans-serif;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #ffffff;
    text-align: center;
    color: #222;
    border-radius: 5px;
    z-index: 1;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    transition: all 500ms ease;
  }

.pagination li a:hover,
  .pagination li a.current {
    box-shadow: none;
  }

.pagination li:first-child a {
    color: #ffffff;
  }

.pagination li:last-child a {
    color: #ffffff;
  }

.text-content {
    text-align: left;
    margin-top: auto;
  }

.blog-classic-content .news-block-two .inner-box .lower-content .inner {
    box-shadow: 0 0px 30px rgb(0 0 0 / 15%);
    padding: 20px 20px;
  }

.news-block-two .inner-box .lower-content .inner p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 26px;
    text-align: left;
  }

.blog-classic-content .news-block-two .inner-box {
    margin-bottom: 48px;
  }

.blog-classic-content {
    position: relative;
    display: block;
  }

.blog-sidebar .widget-title {
    position: relative;
    display: block;
    margin-bottom: 31px;
  }

.blog-sidebar .widget-title h3 {
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
    margin: 0px;
  }

.blog-sidebar .category-widget .category-list li {
    position: relative;
    display: block;
    margin-bottom: 5px;
  }

.blog-sidebar .category-widget .category-list li:last-child {
    margin-bottom: 0px;
  }

.blog-sidebar .category-widget .category-list li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #555;
    padding-left: 30px;
  }

.blog-sidebar .category-widget .category-list li a:hover {
  }

.blog-sidebar .category-widget .category-list li a:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid #12573a;
    border-radius: 50%;
    left: 0px;
    top: 18px;
    transition: all 500ms ease;
  }

.blog-sidebar .category-widget .category-list li a:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #12573a;
    border-radius: 50%;
    left: 4px;
    top: 22px;
    transition: all 500ms ease;
  }

.blog-sidebar .category-widget .category-list li a:hover:before,
  .blog-sidebar .category-widget .category-list li a:hover:after {
  }

.blog-sidebar .category-widget .widget-title {
    margin-bottom: 26px;
  }

.blog-sidebar .category-widget {
    position: relative;
    display: block;
    margin-bottom: 57px;
  }

.blog-sidebar .post-widget .post {
    position: relative;
    display: block;
    padding: 27px 10px 23px 130px;
    margin-bottom: 1rem;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    min-height: 6.438rem;
  }

.blog-sidebar .post-widget .post:last-child {
    margin-bottom: 0px;
  }

.blog-sidebar .post-widget .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 1px;
    width: 123px;
    height: 125px;
    overflow: hidden;
    padding: 2px 0px 0px 1px;
    border-radius: 10px;
  }

.blog-sidebar .post-widget .post .post-thumb img {
    width: 100%;
    height: 100%;
    transition: all 500ms ease;
    border-radius: 10px;
  }

.blog-sidebar .post-widget .post h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0px;
    /* padding-left: 15px; */
    font-size: 0.875rem;
    font-weight: 700;
  }

.blog-sidebar .post-widget .post h4 a {
    display: inline-block;
    color: #222;
    position: relative;
    top: 5px;
  }

.blog-sidebar .post-widget .post h4 a:hover {
  }

.blog-sidebar .post-widget .post .category a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #777777;
    font-weight: 500;
  }

.blog-sidebar .post-widget .post .category a i {
    margin-right: 10px;
  }

.blog-sidebar .post-widget .widget-title {
    margin-bottom: 34px;
  }

.blog-sidebar .post-widget {
    position: relative;
    display: block;
    margin-bottom: 53px;
  }

.text-heading-news {
    margin-bottom: 0px !important;
  }

.text-heading-outstanding {
    font-size: 15px !important;
    position: relative;
    top: -5px;
    text-align: left;
  }

.category-nav {
    margin-bottom: 45px;
    border-bottom: 1px solid #ccc;
  }

.w1160 {
    width: 1160px;
    margin: 0 auto;
  }

.submenu-item a.active {
    border-bottom: 4px solid #12573a;
  }

.font-normal {
    font-size: 20px;
    color: #9c3234;
  }

.w1160 {
    width: 1160px;
    max-width: 100%;
    margin: 0 auto;
  }

.project-section {
    position: relative;
    padding: 113px 0px 152px 0px;
  }

.sortable-masonry .filters {
    position: relative;
    display: block;
    margin-bottom: 25px;
  }

.sortable-masonry .filters .filter-btns li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #222;
    cursor: pointer;
    margin: 0px 20px;
    transition: all 500ms ease;
  }

.sortable-masonry .filters .filter-btns li.active,
  .sortable-masonry .filters .filter-btns li:hover {
  }

.project-section .pagination-wrapper {
    position: relative;
    display: block;
    padding-top: 50px;
    border-top: 1px solid #a4a4a4;
  }

.news-block-two .inner-box .lower-content .inner1 {
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 26px 20px 30px 20px;
    margin-top: -20px;
    z-index: 2;
    transition: all 500ms ease;
    height: auto;
  }

.sidebar-page-container .news-block-two .inner-box {
    text-align: left;
  }

.blog-classic-content .news-block-two .inner-box .lower-content .inner1 {
    box-shadow: 0 0px 30px rgb(0 0 0 / 15%);
    padding: 20px 20px;
  }

.sidebar-page-container .pagination-wrapper {
    position: relative;
    display: block;
    padding-top: 20px;
  }

.sidebar-page-container .post-inner .category {
    padding: 0 0 0 18px;
    position: relative;
    top: -4px;
  }

#bannerquatang {
    position: relative;
    background: none;
  }

#bannerquatang::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/banner/pngtree-thank-you-for-your-poster-picture-image_1036519.jpg);
    background-size: cover;
    background-position: center;
    opacity: 0.9;
    z-index: 0;
  }

.custom-page-title {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 423px 0px 0px 0px;
  }

.solutions-section {
    position: relative;
    padding: 92px 0px 100px 0px;
  }

.solutions-section .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

.solutions-block-one .inner-box {
    position: relative;
    display: block;
    padding: 46px 30px 18px 40px;
    background: #fffafa;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 50px -3px rgba(0, 0, 0, 0.1);
    height: 38rem;
  }

.solutions-block-one .inner-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    left: 0px;
    top: 0px;
    transition: all 500ms ease;
  }

.solutions-block-one .inner-box:hover:before {
    height: 100%;
  }

.solutions-block-one .inner-box p {
    font-size: 14px;
    line-height: 24px;
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 16px;
  }

.solutions-block-one .inner-box .link {
    position: relative;
    text-align: left;
    margin-bottom: 2px;
  }

.solutions-block-one .inner-box .link a {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
  }

.solutions-block-one .inner-box .link img {
    position: relative;
    display: inline-block;
  }

.solutions-block-one .inner-box:hover .link a {
    background: #1e023a;
  }

.solutions-block-one .inner-box .icon-box1 {
    position: relative;
    text-align: right;
    font-size: 70px;
    line-height: 70px;
    color: #fff;
    transition: all 500ms ease;
    transform: translate(10px, 130px);
  }

.solutions-block-one .inner-box .icon-box2 {
    position: relative;
    text-align: right;
    font-size: 70px;
    line-height: 70px;
    color: #fff;
    transition: all 500ms ease;
    transform: translate(10px, 90px);
  }

.solutions-block-one .inner-box .icon-box3 {
    position: relative;
    text-align: right;
    font-size: 70px;
    line-height: 70px;
    color: #fff;
    transition: all 500ms ease;
    transform: translate(10px, 101px);
  }

.solutions-block-one .inner-box .icon-box4 {
    position: relative;
    text-align: right;
    font-size: 70px;
    line-height: 70px;
    color: #fff;
    transition: all 500ms ease;
    transform: translate(10px, 66px);
  }

.solutions-block-one .inner-box .icon-box5 {
    position: relative;
    text-align: right;
    font-size: 70px;
    line-height: 70px;
    color: #fff;
    transition: all 500ms ease;
    transform: translate(10px, 123px);
  }

.solutions-block-one .inner-box .icon-box6 {
    position: relative;
    text-align: right;
    font-size: 70px;
    line-height: 70px;
    color: #fff;
    transition: all 500ms ease;
    transform: translate(10px, 100px);
  }

.solutions-block-one .inner-box .shape {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 174px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    transition: all 500ms ease;
  }

.solutions-block-one .inner-box:hover .shape {
    opacity: 0;
  }

.solutions-block-one .inner-box .overlay-shape {
    position: absolute;
    left: 0px;
    bottom: -20px;
    width: 100%;
    height: 174px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    opacity: 0;
    transition: all 500ms ease;
  }

.solutions-block-one .inner-box:hover .overlay-shape {
    bottom: 0px;
    opacity: 1;
  }

.service-benefittext {
    font-family: "VNEFont1", sans-serif;
    font-size: 12px !important;
    text-align: left !important;
  }

.textb {
    position: relative;
    color: #12573a;
  }

.textgoi {
    font-family: "VNEFont2", sans-serif !important;
    font-weight: bold !important;
    font-size: 16px !important;
  }

.t34 {
    top: 34px;
  }

.t64 {
    top: 64px;
  }

.t1 {
    top: 1px;
  }

.t58 {
    top: 58px;
  }

.btn_movideoGoi {
    cursor: pointer;
  }

.benefits-style-two {
    position: relative;
    padding: 113px 0px 60px 0px;
  }

.benefits-style-two .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }

.benefits-block-one {
    position: relative;
    display: block;
    padding-left: 34px;
    padding-bottom: 37px;
    max-width: 245px;
    margin: 0 auto;
  }

.benefits-block-one .arrow-shape {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
  }

.benefits-block-one .inner-box {
    position: relative;
    display: block;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 23px 30px 28px 30px;
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 15%);
  }

.benefits-block-one .inner-box .icon-box {
    position: absolute;
    top: 16px;
    right: 17px;
  }

.benefits-block-one .inner-box span {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 20px;
  }

.benefits-block-one .inner-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #555555;
    font-weight: 600;
    margin-bottom: 10px;
  }

.benefits-block-one .inner-box p {
    font-size: 14px;
    line-height: 24px;
  }

.benefits-block:nth-child(2) .benefits-block-one .inner-box span {
  }

.benefits-block:nth-child(3) .benefits-block-one .inner-box span {
  }

.benefits-block:last-child .benefits-block-one .inner-box span {
  }

input,
  button {
    font-family: "VNEFont2", sans-serif;
    font-weight: 400;
    font-size: 15px;
    background: transparent;
  }

button:focus,
  input:focus {
    outline: none;
    box-shadow: none;
    transition: all 500ms ease;
  }

h2,
  h3 {
    position: relative;
    font-family: "VNEFont2", sans-serif;
    font-weight: 400;
    color: #222222;
    margin: 0px;
    transition: all 500ms ease;
  }

.popup-bg {
    position: fixed;
    inset: 0;
    background: #000000d4;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }

.popup-content {
    background: linear-gradient(to right, #9c3234, #6b3a3c, #12573a);
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    max-width: 700px;
    width: 100%;
    padding: 32px 24px 24px 24px;
    position: relative;
  }

.popup-header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 10px;
  }

.popup-icon svg {
    width: 150px;
    height: 150px;
  }

.popup-title {
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    margin: 0;
  }

.popup-sub {
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    margin: 5px 0 0 0;
  }

.popup-close {
    position: absolute;
    top: 18px;
    right: 18px;
    background: #fff;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 22px;
    color: #1bc1c1;
    cursor: pointer;
    font-weight: bold;
  }

.popup-body {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.07);
    padding: 24px 18px 18px 18px;
  }

.popup-desc {
    font-size: 15px;
    margin-bottom: 18px;
    font-weight: 600;
    color: #222;
    text-align: left;
  }

.popup-desc .highlight {
    color: #9c3234;
    font-weight: 700;
  }

.popup-features {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 18px;
  }

.feature {
    background: #f9f9f9;
    border-radius: 16px;
    flex: 1 1 0;
    text-align: center;
    padding: 18px 8px 12px 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: column;
    align-items: center;
  }

.feature-icon svg {
    width: 40px;
    height: 40px;
    margin-bottom: 6px;
  }

.feature-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 2px;
  }

.feature-desc {
    font-size: 13px;
    color: #555;
  }

.popup-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 10px;
    align-items: stretch;
  }

.popup-form input {
    width: 100%;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1.5px solid #b2f5ea;
    font-size: 15px;
    outline: none;
    background: #f8fffe;
  }

.popup-form input:focus {
    border: 1.5px solid #38b2ac;
    background: #e6fffa;
  }

.popup-form button {
    background: linear-gradient(90deg, #9c3234 60%, #12573a 100%);
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 14px 0;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: background 0.2s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }

.popup-form button:hover {
    background: linear-gradient(90deg, #12573a 60%, #9c3234 100%);
  }

h1,
  h2,
  h3,
  h4,
  h6 {
    position: relative;
    font-family: "VNEFont2", sans-serif;
    font-weight: 400;
    color: #222222;
    margin: 0px;
    transition: all 500ms ease;
  }

.about-section {
    position: relative;
    padding-bottom: 113px;
  }

.image_block_1 .image-box {
    position: relative;
    display: block;
    margin-right: -32px;
  }

.image_block_1 .image-box .image img {
    width: 100%;
  }

.tabs-box .tab {
    position: relative;
    display: none;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
  }

.tabs-box .tab.active-tab {
    display: block;
  }

.tabs-box .tab {
    transform: scale(0.9, 0.9) translateY(0px);
  }

.tabs-box .tab.active-tab {
    transform: scale(1) translateY(0px);
  }

.content_block_1 .content-box {
    position: relative;
    display: block;
  }

.ml-70 {
    margin-left: 70px;
  }

.content_block_1 .content-box .tab-btn-box {
    position: relative;
    display: block;
    margin-bottom: 49px;
  }

.content_block_1 .content-box .tab-btns {
    position: relative;
    display: inline-block;
    width: 398px;
    border-radius: 30px;
    overflow: hidden;
    padding: 0px 18px;
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
  }

.content_block_1 .content-box .tab-btns li {
    position: relative;
    display: inline-block;
    float: left;
    width: 50%;
    font-size: 18px;
    line-height: 30px;
    color: #555;
    font-weight: 400;
    padding: 10px 0px;
    cursor: pointer;
    transition: all 500ms ease;
  }

.content_block_1 .content-box .tab-btns li.active-btn,
  .content_block_1 .content-box .tab-btns li:hover {
  }

.content_block_1 .content-box .tab-btns li span {
    position: relative;
    display: inline-block;
  }

.content_block_1 .content-box .tab-btns li span:before {
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    left: 0px;
    bottom: -10px;
    transition: all 500ms ease;
  }

.content_block_1 .content-box .tab-btns li.active-btn span:before,
  .content_block_1 .content-box .tab-btns li:hover span:before {
    width: 100%;
  }

.content_block_1 .content-box .tab-btns li:before {
    position: absolute;
    content: "";
    background: #e9e9e9;
    width: 1px;
    height: calc(100% - 16px);
    top: 8px;
    right: 0px;
  }

.content_block_1 .content-box .tab-btns li:last-child:before {
    display: none;
  }

.content_block_1 .content-box .tab-btns li:last-child {
    padding-left: 20px;
  }

.content_block_1 .content-box .tabs-content .inner p {
    margin-bottom: 38px;
    text-align: justify;
  }

.about-section .sec-title {
    margin-bottom: 56px;
  }

.service-style-four {
    position: relative;
  }

.service-style-four:before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 718px);
    left: 0px;
    right: 0px;
    top: 718px;
  }

.service-style-four .sec-title {
    margin-bottom: 30px;
  }

.news-block-four .inner-box {
    /* position: relative;
    display: block;
    padding: 39px 15px 50px 15px;
    border: 1px solid #644eff;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    box-shadow: 0 0px 10px rgb(0 0 0 / 20%); */
  
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 39px 13px 50px 15px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    width: 505px;
    height: 490px;
    margin: 0 0 70px 0px;
    box-shadow: 0px 0px 10px 1px rgb(0 59 148 / 25%);
  }

.news-block-four .inner-box .image-box {
    position: relative;
    min-height: 188px;
    margin-bottom: 36px;
  }

.news-block-four .inner-box .image-box img {
    transition: all 500ms ease;
  }

.news-block-four .inner-box:hover .image-box img {
    transform: scale(0.9);
  }

.news-block-four .inner-box h3 {
    display: block;
    font-size: 22px;
    margin-bottom: 18px;
  }

.news-block-four .inner-box p {
    display: block;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 35px;
  }

.text-title {
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1.2;
    color: #9c3234;
  }

.text-gradient {
    background: yellow;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 7px 0;
  }

.btn-pad {
    position: relative;
    padding: 0.5rem 1.6rem;
    font-size: 1.6rem;
    border: 0;
    margin-top: 10px;
    color: #fff;
    background-color: #9c3234;
    border-radius: 0.8rem;
    transition: all 0.4s ease;
    z-index: 1;
    -webkit-box-shadow: 0 5px 15px rgba(33, 33, 33, 0.2);
    box-shadow: 0 5px 15px rgba(33, 33, 33, 0.2);
  }

.btn-pad:hover {
    background-color: #12573a;
    color: #fff;
  }

.title-section {
    font-size: 2rem;
    color: #222;
    margin-bottom: 1.5rem;
  }

.title-desc {
    font-size: 2.3rem !important;
    font-weight: 700 !important;
    margin-bottom: 5rem;
    color: #9c3234 !important;
  }

.news-block-four.wow.fadeInUp.animated.animated {
    display: flex;
    justify-content: center;
  }

.section-title {
    color: #fff;
  }

.section-description {
    color: #fff;
    text-align: justify;
  }

.pt-40 {
    padding-top: 40px;
  }

.section-title {
    font-weight: 700;
    background: #9c3234;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
  }

.container {
      max-width: 1200px;
      padding: 0px 15px;
    }

h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    position: relative;
    font-family: "VNEFont2", sans-serif;
    font-weight: 400;
    color: #222222;
    margin: 0px;
    transition: all 500ms ease;
  }

.item-log-brand-logo {
    flex: 0 0 12.11%;
    max-width: 12.11%;
    transition: transform 0.2s;
  }

.item-log-brand-logo:hover {
    transform: scale(1.1);
    box-shadow: 0px 0px 4px 1px #cdcdcd;
  }

.item-log-brand-logo img {
    width: 100%;
  }

.logo-gallery-section {
    position: relative;
    padding: 0 0 20px 0;
  }

.brand-section {
    background-color: white;
    border-radius: 16px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-top: 30px;
  }

.brand-header {
    background-color: #12573a;
    padding: 20px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
  }

.image-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px;
  }

.image-group img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    cursor: pointer;
  }

.image-group img:hover {
    transform: scale(1.03);
  }

.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
  }

.lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 12px;
  }

.lightbox:target {
    display: flex;
  }

.close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 30px;
    text-decoration: none;
  }

.brand-pack {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 3rem;
  }

.section-header {
    text-align: center;
    margin-bottom: 3rem;
  }

.section-subtitle {
    font-size: 1.2rem;
    color: #666;
    font-weight: 300;
  }

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
  }

.service-card {
    background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);
    border-radius: 15px;
    padding: 2rem;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
  }

.service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #9c3234;
    transform: scaleX(0);
    transition: transform 0.3s ease;
  }

.service-card:hover::before {
    transform: scaleX(1);
  }

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(102, 126, 234, 0.2);
    border-color: #12573a;
  }

.service-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #12573a;
    color: white;
    border-radius: 50%;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }

.service-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
  }

.service-items {
    list-style: none;
  }

.service-items li {
    padding: 0.5rem 0;
    color: #555;
    position: relative;
    padding-left: 1.5rem;
    transition: color 0.3s ease;
  }

.service-items li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #9c3234;
    font-weight: bold;
  }

.service-items li:hover {
    color: #12573a;
  }